home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / KitWeb / Wanadoo / Media / Present.dcr / Scripts_20_Timer.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  113 b   |  9 lines

  1. on exitFrame me
  2.   if the timer > 1300 then
  3.     aSoundFadeOut(1)
  4.     halt()
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.